NevronOpenVision
Nevron.Nov.DataStructures Namespace / INMap<TKey,TValue> Interface

In This Topic
    INMap<TKey,TValue> Interface Properties
    In This Topic

    For a list of all members of this type, see INMap<TKey,TValue> members.

    Public Properties
     NameDescription
     PropertyGets or sets the value associated with the specified key. The getter implementation throws an exception, if item for the key does not exist. The setter implementation replaces the value, if item for the key exists.  
     PropertyGets the set of keys  
     PropertyGets the set of values  
    Top
    See Also